testsuite/gtk/flattenlistmodel.c: fix build
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Sun, 22 Mar 2020 09:53:59 +0000 (10:53 +0100)
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Sun, 22 Mar 2020 09:53:59 +0000 (10:53 +0100)
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
testsuite/gtk/flattenlistmodel.c

index 8851097dc5a0965c036e130a15cd4cb9854e1569..dd56e37464c64b18991cc0ff8f877aca714ab9cb 100644 (file)
@@ -307,7 +307,7 @@ static void
 test_submodel_add2 (void)
 {
   GtkFlattenListModel *flat;
-  GListStore *model, *store[2];
+  GListStore *model, *store[3];
 
   model = g_list_store_new (G_TYPE_LIST_MODEL);
   flat = new_model (model);